aligning form elements to center in css

46

body {
    text-align: center;
}
form {
    display: inline-block;
}

Comments

Submit
0 Comments